home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Peter Lewis / FMenus Example / BaseGlobals.p next >
Encoding:
Text File  |  1992-11-24  |  231 b   |  14 lines  |  [TEXT/PJMM]

  1. unit BaseGlobals;
  2.  
  3. { Copyright 1992 Peter N Lewis }
  4. { This source may be used freely for any purposes.  }
  5. { If you can make any money off this file, you're welcome to it! }
  6.  
  7. interface
  8.  
  9.     var
  10.         quitNow: boolean;
  11.  
  12. implementation
  13.  
  14. end.